home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / shells / tcshsrc.zoo / tcsh / patchlevel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-25  |  332 b   |  15 lines

  1. /* $Header: /home/hyperion/mu/christos/src/sys/tcsh-6.00/RCS/patchlevel.h,v 3.4 1991/08/05 23:12:02 christos Exp $ */
  2. /*
  3.  * patchlevel.h: Our life story.
  4.  */
  5. #ifndef _h_patchlevel
  6. #define _h_patchlevel
  7.  
  8. #define ORIGIN "Cornell"
  9. #define REV 6
  10. #define VERS 00
  11. #define PATCHLEVEL 02
  12. #define DATE "08/05/91"
  13.  
  14. #endif /* _h_patchlevel */
  15.